邊框漸層色


Posted by mijouhsieh on 2023-03-23

CODEPEN LINK
reference: CSS-TRICKS

css-border-gradient-color code

css-border-gradient-color

邊框漸層色

//裝 <img> 的容器
div.user-avatar {
  background: 漸層色;
  padding: 8px; //為邊框寬度
  border-radius: 50%;
}
img {
  background: 白色;
}

#border-gradient-color







Related Posts

[Other] - 那些在 CSS 遇到的問題

[Other] - 那些在 CSS 遇到的問題

[SQL]Summing a column while ignoring duplicate records(row_number())

[SQL]Summing a column while ignoring duplicate records(row_number())

C# The way to store a temporary data: Memory Cache, Redis

C# The way to store a temporary data: Memory Cache, Redis


Comments